PEGetGraphAxisInfo

Use PEGetGraphAxisInfo to retrieve the several chart axis options that are available.

C Syntax
BOOL CRPE_API PEGetGraphAxisInfo (
        short printJob,
        short sectionN,
        short graphN,
        PEGraphAxisInfo FAR * graphAxisInfo );
Parameters

printJob

Specifies the print job from which you want to retrieve chart axis information.

sectionN

Specifies the section of the report containing the chart for which you want to retrieve chart axis information.

graphN

Specifies for which chart within the section you want to retrieve the chart axis information. This value is 0-based. Charts are numbered based on their order of insertion into the report.

graphAxisInfo

Specifies a pointer to PEGraphAxisInfo, which will contain the information retrieved.

Returns
VB Syntax
Declare Function PEGetGraphAxisInfo Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal sectionN As Integer,
    ByVal graphN As Integer, graphAxisInfo As PEGraphAxisInfo ) As Integer
Delphi Syntax
function PEGetGraphAxisInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphAxisInfo : PEGraphAxisInfo): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com